home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMSELECTCP / TFRMSELECTCP.txt
Text File  |  2006-04-19  |  3KB  |  120 lines

  1. object frmSelectCP: TfrmSelectCP
  2.   Left = 340
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select encoding for HTML document'
  6.   ClientHeight = 320
  7.   ClientWidth = 439
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblCP: TLabel
  20.     Left = 8
  21.     Top = 10
  22.     Width = 48
  23.     Height = 13
  24.     Caption = 'Encoding:'
  25.   end
  26.   object lblSample: TLabel
  27.     Left = 8
  28.     Top = 39
  29.     Width = 38
  30.     Height = 13
  31.     Caption = 'Sample:'
  32.   end
  33.   object cboxCP: TComboBox
  34.     Left = 80
  35.     Top = 5
  36.     Width = 206
  37.     Height = 21
  38.     Style = csDropDownList
  39.     ItemHeight = 13
  40.     TabOrder = 0
  41.   end
  42.   object smSample: TSyntaxMemo
  43.     Left = 8
  44.     Top = 55
  45.     Width = 423
  46.     Height = 210
  47.     ClipCopyFormats = [smTEXT, smRTF, smUNICODE]
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -13
  51.     Font.Name = 'Courier New'
  52.     Font.Style = []
  53.     Gutter = 0
  54.     GutterFont.Charset = DEFAULT_CHARSET
  55.     GutterFont.Color = clWindowText
  56.     GutterFont.Height = -11
  57.     GutterFont.Name = 'MS Sans Serif'
  58.     GutterFont.Style = []
  59.     HyperCursor = crDefault
  60.     IndentStep = 1
  61.     Margin = 2
  62.     Modified = False
  63.     MonoPrint = True
  64.     Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource]
  65.     ReadOnly = True
  66.     RightMargin = 80
  67.     SaveFormat = sfTEXT
  68.     ScrollBars = ssBoth
  69.     SelLineStyle = lsLF
  70.     SelStart = 0
  71.     SelLength = 0
  72.     SelTextColor = clWhite
  73.     SelTextBack = clTeal
  74.     TabDefault = 4
  75.     TabOrder = 5
  76.     Version = '3.00.39'
  77.     VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  78.     WrapAtColumn = 2048
  79.     CanMoveGutter = False
  80.     ActiveParser = 1
  81.   end
  82.   object btnOk: TButton
  83.     Left = 281
  84.     Top = 290
  85.     Width = 72
  86.     Height = 22
  87.     Caption = 'Ok'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 3
  91.   end
  92.   object chkSetDefault: TCheckBox
  93.     Left = 292
  94.     Top = 7
  95.     Width = 136
  96.     Height = 17
  97.     Caption = 'Set as &default encoding'
  98.     TabOrder = 1
  99.   end
  100.   object cbConfirmConversion: TCheckBox
  101.     Left = 8
  102.     Top = 269
  103.     Width = 273
  104.     Height = 17
  105.     Caption = 'Confirm conversion'
  106.     TabOrder = 2
  107.     OnClick = cbConfirmConversionClick
  108.   end
  109.   object BtnCancel: TButton
  110.     Left = 359
  111.     Top = 290
  112.     Width = 72
  113.     Height = 22
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 4
  118.   end
  119. end
  120.